Returns the maximum value in a list of arguments.
引数のリストの中の最大値を返します。
Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.
セル参照として渡されたセル範囲に数値とエラーがない場合は、0 を返します。MIN() と MAX() は、テキストセルを無視します。値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。MIN("文字列") のように MIN() または MAX() にリテラル文字列引数を渡すと、依然としてエラーになります。
MAX(Number1; Number2; ...Number30)
MAX(数値 1; 数値 2; ...数値 30)
Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。
=MAX(A1;A2;A3;50;100;200) returns the largest value from the list.
=MAX(A1;A2;A3;50;100;200) は、リスト内の最大値を返します。
=MAX(A1:B100) returns the largest value from the list.
=MAX(A1:B100) は、リスト内の最大値を返します。
Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.
引数のリスト中の最大値を返します。数値以外にテキストを引数に使用することもできます。その際、文字列データは 0 とみなされます。
The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.
値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。
MAXA(Value1; Value2; ... Value30)
MAXA(値 1; 値 2; ... 値 30)
Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。
=MAXA(A1;A2;A3;50;100;200;"Text") returns the largest value from the list.
=MAXA(A1;A2;A3;50;100;200;"Text") は、リスト内の最大値を返します。
=MAXA(A1:B100) returns the largest value from the list.
=MAXA(A1:B100) は、リスト内の最大値を返します。
Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.
データの中央値 (メディアン) を返します。データ数が奇数のときに中央に位置する値のことです。データ数が偶数の場合は、中央に位置する 2 つのデータの平均が中央値になります。
MEDIAN(Number1; Number2; ...Number30)
MEDIAN(数値 1; 数値 2; ...数値 30)
Number1; Number2;...Number30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.
数値 1, 数値 2,...数値 30 は、標本を表す値または範囲です。各数値は、参照に置き換えることもできます。
for an odd number: =MEDIAN(1;5;9;20;21) returns 9 as the median value.
奇数の場合は、次のようになります。=MEDIAN(1;5;9;20;21) は、中央値として 9 を返します。
for an even number: =MEDIAN(1;5;9;20) returns the average of the two middle values 5 and 9, thus 7.
偶数の場合は、次のようになります。=MEDIAN(1;5;9;20) は、2 つの中間値 5 と 9 の平均、7 を返します。
Returns the minimum value in a list of arguments.
データ中の最小値を返します。
Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.
セル参照として渡されたセル範囲に数値とエラーがない場合は、0 を返します。MIN() と MAX() は、テキストセルを無視します。値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。MIN("文字列") のように MIN() または MAX() にリテラル文字列引数を渡すと、依然としてエラーになります。
MIN(Number1; Number2; ...Number30)
MIN(数値 1; 数値 2; ...数値 30)
Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。
=MIN(A1:B100) returns the smallest value in the list.
=MIN(A1:B100) は、リスト内の最小値を返します。
Returns the minimum value in a list of arguments. Here you can also enter text. The value of the text is 0.
引数リスト中の最小値を返します。ここにはテキストも入力できます。テキストの値は 0 です。
The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.
値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。
MINA(Value1; Value2; ... Value30)
MINA(値 1; 値 2; ... 値 30)
Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。
=MINA(1;"Text";20) returns 0.
=MINA(1;"Text";20) は、0 を返します。
=MINA(A1:B100) returns the smallest value in the list.
=MINA(A1:B100) は、リスト内の最小値を返します。
Returns the average of the absolute deviations of data points from their mean. Displays the diffusion in a data set.
データポイントの平均値から、絶対偏差の平均を返します。データグループの分散が求められます。
AVEDEV(Number1; Number2; ...Number30)
AVEDEV(数値 1; 数値 2; ...数値 30)
Number1, Number2,...Number30 are values or ranges that represent a sample. Each number can also be replaced by a reference.
数値 1, 数値 2,...数値 30 は、標本を表す値または範囲です。各数値は、参照に置き換えることもできます。
=AVEDEV(A1:A50)
=AVEDEV(A1:A50)
Returns the average of the arguments.
引数の平均値を返します。
AVERAGE(Number1; Number2; ...Number30)
AVERAGE(数値 1; 数値 2; ...数値 30)
Number1; Number2;...Number 0 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。
=AVERAGE(A1:A50)
=AVERAGE(A1:A50)
Returns the average of the arguments. The value of a text is 0.
データの算術平均値を返します。文字列データは 0 とみなされます。
AVERAGEA(Value1; Value2; ... Value30)
AVERAGEA(値 1; 値 2; ... 値 30)
Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。
=AVERAGEA(A1:A50)
=AVERAGEA(A1:A50)
Returns the most common value in a data set. If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice.
データセット内の最頻値を返します。頻度が同じ値が複数ある場合は、その中の最小値を返します。数値がすべて異なる場合には、エラー値を返します。
MODE(Number1; Number2; ...Number30)
MODE(数値 1; 数値 2; ...数値 30)
Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。
=MODE(A1:A50)
=MODE(A1:A50)
Returns the negative binomial distribution.
負の二項分布の値を返します。
NEGBINOMDIST(X; R; SP)
NEGBINOMDIST(失敗数;成功数;成功率)
X represents the value returned for unsuccessful tests.
失敗数 は、試行が失敗する回数です。
R represents the value returned for successful tests.
成功数 は、試行が成功する回数です。
SP is the probability of the success of an attempt.
成功率 は、1回の試行が成功する確率です。
=NEGBINOMDIST(1;1;0.5) returns 0.25.
=NEGBINOMDIST(1;1;0.5) は、0.25 を返します。
Returns the inverse of the normal cumulative distribution.
正規累積分布のパーセント点を返します。
NORMINV(Number; Mean; StDev)
NORMINV(数値;平均値;標準偏差)
Number represents the probability value used to determine the inverse normal distribution.
数値は、逆正規分布を決定するのに使われる確率値です。
Mean represents the mean value in the normal distribution.
平均値 は、正規分布の平均値です。
StDev represents the standard deviation of the normal distribution.
標準偏差 は、正規分布の標準偏差を表します。
=NORMINV(0.9;63;5) returns 69.41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams.
=NORMINV(0.9;63;5) は、69.41 を返します。平均的な卵が標準偏差 5 で 63 グラムの場合、卵が 69.41g より重くない確率は 90% です。
Returns the density function or the normal cumulative distribution.
密度関数または正規分布を返します。
NORMDIST(Number; Mean; StDev; C)
NORMDIST(数値; 平均値; 標準偏差; C)
Number is the value of the distribution based on which the normal distribution is to be calculated.
数値 は、正規分布が計算される値です。
Mean is the mean value of the distribution.
平均 は、分布の平均値です。
StDev is the standard deviation of the distribution.
標準偏差 は、分布の標準偏差です。
C is optional. C = 0 calculates the density function, C = 1 calculates the distribution.
関数形式に 0 を指定すると密度関数、関数形式に 1 を指定すると分布を計算します。
=NORMDIST(70;63;5;0) returns 0.03.
=NORMDIST(70;63;5;0) は、0.03 を返します。
=NORMDIST(70;63;5;1) returns 0.92.
=NORMDIST(70;63;5;1) は、0.92 を返します。
Returns the Pearson product moment correlation coefficient r.
ピアソンの積率相関係数を返します。
PEARSON(Data1; Data2)
PEARSON(データ 1; データ 2)
Data1 represents the array of the first data set.
データ 1 は、最初のデータセットの行列を表します。
Data2 represents the array of the second data set.
データ 2 は、2 番目のデータセットの行列を表します。
=PEARSON(A1:A30;B1:B30) returns the Pearson correlation coefficient of both data sets.
=PEARSON(A1:A30;B1:B30) は、両方のデータセットのピアソン相関係数を返します。
Returns the values of the distribution function for a standard normal distribution.
標準正規分布の確率を返します。
PHI(Number)
PHI(数値)
Number represents the value based on which the standard normal distribution is calculated.
数値 は、それに基づいて標準正規分布が計算される値です。
=PHI(2.25) = 0.03
=PHI(2.25) = 0.03
=PHI(-2.25) = 0.03
=PHI(-2.25) = 0.03
=PHI(0) = 0.4
=PHI(0) = 0.4
Returns the Poisson distribution.
ポアソン分布を返します。
POISSON(Number; Mean; C)
POISSON(数値;平均値;関数形式)
Number represents the value based on which the Poisson distribution is calculated.
数値 は、ポアソン分布を計算する値です。
Mean represents the middle value of the Poisson distribution.
平均値 は、ポアソン定数、つまりポアソン分布の中央値です。
C (optional) = 0 or False calculates the density function; C = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of Office.
C (オプション) = 0 もしくは False は密度関数を計算します。C = 1 もしくは True は分布を計算します。省略されると、他のプログラムや古いバージョンの Office ともっともよい互換性を保つために、ドキュメントを保存するときにデフォルト値 True が挿入されます。
=POISSON(60;50;1) returns 0.93.
=POISSON(60;50;1) は、0.93 を返します。
Returns the alpha-percentile of data values in an array. A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN.
行列内のデータ値のアルファ百分率を返します。百分率は、データ系列の最小値 (Alpha=0) から最大値 (alpha=1) までのデータ系列のスケール値を返します。Alpha = 25% の場合、百分率は最初の四分位数を意味します。Alpha = 50% は MEDIAN です。
PERCENTILE(Data; Alpha)
PERCENTILE(データ;α)
Data represents the array of data.
データ は、データが入力されているセル範囲です。
Alpha represents the percentage of the scale between 0 and 1.
α は、0 から 1 の間にある百分位の数です。
=PERCENTILE(A1:A50;0.1) represents the value in the data set, which equals 10% of the total data scale in A1:A50.
=PERCENTILE(A1:A50;0.1) は、A1:A50 のデータスケール全体の 10% に等しいデータセットの値を表します。
Returns the percentage rank of a value in a sample.
データ範囲の中で、測定値の相対順位を返します。
PERCENTRANK(Data; Value)
PERCENTRANK(データ;数値)
Data represents the array of data in the sample.
データ は、標本データの行列です。
Value represents the value whose percentile rank must be determined.
数値 は、相対順位が決定される値です。
=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.
=PERCENTRANK(A1:A50;50) は、A1:A50 のすべての値の範囲全体の値 50 の相対順位を返します。50 が範囲全体の外にある場合は、エラーメッセージが表示されます。
Returns the quartile of a data set.
データグループの四分位数を返します。
QUARTILE(Data; Type)
QUARTILE(データ;タイプ)
Data represents the array of data in the sample.
データ は、標本データの行列です。
Type represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)
タイプ には、第何番の四分位数を返すかを指定します。0 を指定すると最小値 (MIN) 、1 を指定すると第一四分位数 (25% 目の値) 、2 を指定すると中央値 (MEDIAN) 、3 を指定すると第三四分位数 (75% 目の値) 、4 を指定すると最大値 (MAX) を返します。
=QUARTILE(A1:A50;2) returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50.
=QUARTILE(A1:A50;2) は、スケールの 50% が範囲 A1:A50 の最小値から最大値に対応する値を返します。